Version

SortConditionCollection<T> Class Members

The following tables list the members exposed by SortConditionCollection<T>.

Public Properties
 NameDescription
Public PropertyCountGets the number of sort conditions in the collection.  
Public PropertyItemOverloaded. Gets or sets the pair of item and sort condition at the specified index.  
Public Methods
 NameDescription
Public MethodAddAdds a sort condition to the collection.  
Public MethodAddRangeAdds a range of sort conditions to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsOverloaded. Determines whether the specified sort-able item is in the collection.  
Public MethodIndexOfOverloaded. Gets the index of the specified sort-able item in the collection.  
Public MethodInsertInserts a sort condition into the collection.  
Public MethodInsertRangeInserts a range of sort conditions into the collection.  
Public MethodRemoveOverloaded. Removes a sort-able item from the collection.  
Public MethodRemoveAtRemoves the sort condition at the specified index.  
Public MethodReplaceAllClears the existing sort conditions from the collection and replaces them with new entries in a single atomic operation.  
See Also